home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ghost Rider iactivecard
/
Ghost Rider iactivecard.iso
/
pc
/
quiz.swf
/
scripts
/
DefineSprite_56
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-04-17
|
219 b
|
13 lines
if(_root.timer_sec == 1)
{
_root.timer_txt = _root.timer_sec + " second";
}
else if(_root.timer_sec == 0)
{
_root.timer_txt = "0 seconds";
}
else
{
_root.timer_txt = _root.timer_sec + " seconds";
}